% This file was created by matlab2tikz.
%
%The latest updates can be retrieved from
%  http://www.mathworks.com/matlabcentral/fileexchange/22022-matlab2tikz-matlab2tikz
%where you can also make suggestions and rate matlab2tikz.
%
\begin{tikzpicture}

\begin{axis}[%
width=15.5in,
height=8.175in,
at={(2.6in,1.103in)},
scale only axis,
xmin=-30,
xmax=-5,
xlabel style={font=\color{white!15!black}},
xlabel={x-coordinate(meters)},
ymin=-10,
ymax=8,
ylabel style={font=\color{white!15!black}},
ylabel={y-coordinate(meters)},
axis background/.style={fill=white},
axis x line*=bottom,
axis y line*=left,
legend style={legend cell align=left, align=left, draw=white!15!black}
]
\addplot[only marks, mark=+, mark options={}, mark size=1.5000pt, draw=blue] table[row sep=crcr]{%
x	y\\
-20.2640583185127	4.12452878031334\\
-27.6485999999905	7.49008000000676\\
-27.2965000000017	7.13512000000612\\
-26.9442999999909	6.78016000000672\\
-27.643580721908	2.77936847695347\\
-24.3121069053975	7.5502041542659\\
-25.887899999997	5.71528000000268\\
-27.0106376294179	6.34650582468116\\
-25.1779642344	5.00710451639396\\
-24.8314999999912	4.65041000000511\\
-24.4792999999912	4.29545000000516\\
-24.1271999999973	3.94049000000312\\
-23.7750999999977	3.58553000000316\\
-28.1527010126254	-1.10522104086781\\
-20.7990576575669	0.807458918174981\\
-22.1867077574142	2.85645896066454\\
-22.3664999999884	2.16569000000488\\
-22.0142999999957	1.81072999999879\\
-21.6622000000013	1.45576999999856\\
-21.3100999999989	1.10081999999783\\
-20.9579000000012	0.745855999998764\\
-20.6058000000016	0.390896999998591\\
-20.2536000000004	0.0359375999972871\\
-19.9014999999971	-0.319022000000318\\
-19.5492999999964	-0.673980999999377\\
-19.197199999998	-1.02894000000212\\
-18.8450999999963	-1.38390000000152\\
-18.4928999999998	-1.73886000000305\\
-18.1408000000002	-2.0938200000005\\
-17.7885999999985	-2.44878000000014\\
-18.5469241048381	5.83417180143752\\
-17.0843999999957	-3.15868999999849\\
-16.7321999999976	-3.51365000000219\\
-16.3801000000006	-3.86861000000014\\
-16.0279000000023	-4.22357000000223\\
-5.24170183645971	-1.33596752580785\\
-5.84399470096606	-1.3425389569637\\
-14.9715000000003	-5.28844999999944\\
-15.3306277504631	-7.32062434753536\\
-13.0218600358944	-7.95869677078232\\
-13.9150999999997	-6.35333000000007\\
-13.5628999999998	-6.70829000000197\\
-13.2107999999993	-7.0632500000021\\
-11.6616838628715	-9.71312424486171\\
-12.5064999999937	-7.77316000000097\\
};
\addlegendentry{Predicted Location}

\addplot[only marks, mark=o, mark options={}, mark size=1.5000pt, draw=red] table[row sep=crcr]{%
x	y\\
-28.0008	7.84504\\
-27.6486	7.49008\\
-27.2965	7.13512\\
-26.9443	6.78016\\
-26.5922	6.4252\\
-26.24	6.07024\\
-25.8879	5.71528\\
-25.5358	5.36033\\
-25.1836	5.00537\\
-24.8315	4.65041\\
-24.4793	4.29545\\
-24.1272	3.94049\\
-23.7751	3.58553\\
-23.4229	3.23057\\
-23.0708	2.87561\\
-22.7186	2.52065\\
-22.3665	2.16569\\
-22.0143	1.81073\\
-21.6622	1.45577\\
-21.3101	1.10082\\
-20.9579	0.745856\\
-20.6058	0.390897\\
-20.2536	0.0359376\\
-19.9015	-0.319022\\
-19.5493	-0.673981\\
-19.1972	-1.02894\\
-18.8451	-1.3839\\
-18.4929	-1.73886\\
-18.1408	-2.09382\\
-17.7886	-2.44878\\
-17.4365	-2.80374\\
-17.0844	-3.15869\\
-16.7322	-3.51365\\
-16.3801	-3.86861\\
-16.0279	-4.22357\\
-15.6758	-4.57853\\
-15.3236	-4.93349\\
-14.9715	-5.28845\\
-14.6194	-5.64341\\
-14.2672	-5.99837\\
-13.9151	-6.35333\\
-13.5629	-6.70829\\
-13.2108	-7.06325\\
-12.8586	-7.4182\\
-12.5065	-7.77316\\
};
\addlegendentry{True Location}

\end{axis}

\begin{axis}[%
width=20in,
height=10.031in,
at={(0in,0in)},
scale only axis,
xmin=0,
xmax=1,
ymin=0,
ymax=1,
axis line style={draw=none},
ticks=none,
axis x line*=bottom,
axis y line*=left
]
\end{axis}
\end{tikzpicture}%